Below is a complete list of the user defined functions available in AutoIt. Click on a user defined function name for a detailed description.
When using them you need to add a #include <GDIPlus.au3>.
User Defined Function | Description |
---|---|
_GDIPlus_ArrowCapCreate | Creates an adjustable arrow line cap with the specified height and width |
_GDIPlus_ArrowCapDispose | Release an adjustable arrow line cap object |
_GDIPlus_ArrowCapGetFillState | Determines whether the arrow cap is filled |
_GDIPlus_ArrowCapGetHeight | Gets the height of the arrow cap |
_GDIPlus_ArrowCapGetMiddleInset | Gets the value of the inset |
_GDIPlus_ArrowCapGetWidth | Gets the width of the arrow cap |
_GDIPlus_ArrowCapSetFillState | Sets whether the arrow cap is filled |
_GDIPlus_ArrowCapSetHeight | Sets the height of the arrow cap |
_GDIPlus_ArrowCapSetMiddleInset | Gets the value of the inset |
_GDIPlus_ArrowCapSetWidth | Sets the width of the arrow cap |